Method
GimpValueArrayget_color_array
unstable since: 3.0
Declaration [src]
GeglColor**
gimp_value_array_get_color_array (
const GimpValueArray* value_array,
gint index
)
Description [src]
Return a pointer to the value at index
contained in value_array
. This value
is supposed to be a GimpColorArray
.
Available since: 3.0
Return value
Type: An array of GeglColor*
The GimpColorArray
stored at index
in value_array
.
The array is NULL -terminated. |
The returned data is owned by the instance. |